home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / atre27.exe / ATREE_27 / LFWIN / LFEDIT.H < prev    next >
Text File  |  1992-08-01  |  4KB  |  85 lines

  1. /*****************************************************************************
  2.  ****                                                                     ****
  3.  **** lfedit.h                                                            ****
  4.  ****                                                                     ****
  5.  **** atree release 2.7 for Windows                                       ****
  6.  **** Adaptive Logic Network (ALN) simulation program.                    ****
  7.  **** Copyright (C) A. Dwelly, R. Manderscheid, M. Thomas, W.W. Armstrong ****
  8.  ****               1991, 1992                                            ****
  9.  ****                                                                     ****
  10.  **** License:                                                            ****
  11.  **** A royalty-free license is granted for the use of this software for  ****
  12.  **** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or     ****
  13.  **** modified provided this notice appears in its entirety and unchanged ****
  14.  **** in all derived source programs.  Persons modifying the code are     ****
  15.  **** requested to state the date, the changes made and who made them     ****
  16.  **** in the modification history.                                        ****
  17.  ****                                                                     ****
  18.  **** Patent License:                                                     ****
  19.  **** The use of a digital circuit which transmits a signal indicating    ****
  20.  **** heuristic responsibility is protected by U. S. Patent 3,934,231     ****
  21.  **** and others assigned to Dendronic Decisions Limited of Edmonton,     ****
  22.  **** W. W. Armstrong, President.  A royalty-free license is granted      ****
  23.  **** by the company to use this patent for NON_COMMERCIAL PURPOSES to    ****
  24.  **** adapt logic trees using this program and its modifications.         ****
  25.  ****                                                                     ****
  26.  **** Limited Warranty:                                                   ****
  27.  **** This software is provided "as is" without warranty of any kind,     ****
  28.  **** either expressed or implied, including, but not limited to, the     ****
  29.  **** implied warrantees of merchantability and fitness for a particular  ****
  30.  **** purpose.  The entire risk as to the quality and performance of the  ****
  31.  **** program is with the user.  Neither the authors, nor the             ****
  32.  **** University of Alberta, its officers, agents, servants or employees  ****
  33.  **** shall be liable or responsible in any way for any damage to         ****
  34.  **** property or direct personal or consequential injury of any nature   ****
  35.  **** whatsoever that may be suffered or sustained by any licensee, user  ****
  36.  **** or any other party as a consequence of the use or disposition of    ****
  37.  **** this software.                                                      ****
  38.  **** Modification history:                                               ****
  39.  ****                                                                     ****
  40.  **** 91.05.20 Initial implementation, M. Thomas                          ****
  41.  **** 91.07.17 atree v2.0 for Windows, M. Thomas                          ****
  42.  **** 92.04.27 atree v2.5 for Windows, M. Thomas                          ****
  43.  **** 92.03.07 Release 2.6, Monroe Thomas                                 ****
  44.  **** 92.01.08 Release 2.7, Monroe Thomas                                 ****
  45.  ****                                                                     ****
  46.  *****************************************************************************/
  47.  
  48. #define IDM_NEW     1
  49. #define IDM_OPEN    2
  50. #define IDM_SAVE    3
  51. #define IDM_SAVEAS  4
  52.  
  53. #define IDM_RUN     5
  54.  
  55. #define IDM_PRINT   6
  56.  
  57. #define IDM_EXIT    7
  58. #define IDM_ABOUT   8
  59.  
  60. #define IDM_UNDO    9
  61. #define IDM_CUT     10
  62. #define IDM_COPY    11
  63. #define IDM_PASTE   12
  64. #define IDM_CLEAR   13
  65. #define IDM_SELALL  14
  66.  
  67. #define IDM_HELP    15
  68. /* lf about box dialog constants */
  69.  
  70. #define  IDD_OK 1
  71. #define  IDD_TEXT1  2
  72. #define  IDD_ABOUT  10
  73. #define  IDD_TEXT2  3
  74. #define  IDD_TEXT3  4
  75. #define  IDD_ICON   20
  76. #define  IDD_TEXT4  5
  77. #define  IDD_BOX    6
  78.  
  79. /* file dlg constants */
  80.  
  81. #define IDD_FNAME   0x10
  82. #define IDD_FPATH   0x11
  83. #define IDD_FLIST   0x12
  84.  
  85.